*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
}
	

	.Search{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 350px;
	transform: translate(-50%,-50%);
	background:rgba(255,255,255,0.8);
	padding: 15px;
	height: 60px;
	border-radius: 80px;
	
		}
.buscar_texto{
	border: none;
	background: none;
	outline: none;
	color: #202D54;
	font-size: 30px;
	float: left;
	line-height: 50px;
	transition: .3s;
	width: 0;
		
	}


.fa-search{
	color: #202D54;
	
	
}

#input-search{
    display: flex;
    height: 50px;
    font-size: 15px;
    text-indent: 10px;
	transition: 3.0;
}

.content-search{
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    background: rgba(0,0,0,0.7);
    display: none;
	border-radius: 10px;
}

.content-table{
	width: 98%;
    max-height: 200px;
    height: auto;
    background: rgba(0,0,00,10);
    margin-left:3px ;
    overflow-y: visible;
    overflow-x: hidden;
	border-radius: 9px;
}

.content-table table{
    width: 100%;
}

tbody tr td a{
    display: block;
    padding: 10px;
    color: white;
    text-decoration: none;
}

tbody tr td a:hover{
    background: rgba(0,0,0,0.3);
}

#table_length, #table_filter, #table_info, #table_paginate{
    display: none;
}








/*responive*/

@media screen and (min-width: 360px){
	.Search:hover > .buscar_texto{
		width: 190px;
		
	}
}

@media screen and (max-width : 420px ){
	.Search:hover > .buscar_texto{
		width: 250px;
	}
	.Search{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top:260px;
	transform: translate(-50%,-50%);
	background:rgba(255,255,255,0.8);
	padding: 15px;
	height: 60px;
	border-radius: 80px;
	
		}
}


@media screen and (min-width: 480px){
	.Search:hover > .buscar_texto{
		width: 190px;
	}
}
@media (min-width: 100px) and (max-width: 360px){
	.Search:hover > .buscar_texto{
		width: 250px;
	}
	.Search{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top:310px;
	transform: translate(-50%,-50%);
	background:rgba(255,255,255,0.8);
	padding: 15px;
	height: 60px;
	border-radius: 80px;
	
		}
}	

@media (min-width: 421px) and (max-width: 960px){
	.Search:hover > .buscar_texto{
		width: 250px;
	}
	.Search{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top:220px;
	transform: translate(-50%,-50%);
	background:rgba(255,255,255,0.8);
	padding: 15px;
	height: 60px;
	border-radius: 80px;
	
		}
}